home *** CD-ROM | disk | FTP | other *** search
- HABBA5.C
-
- Keywords: ST COLOR PALLETTE HIPPO C
-
- This is the 'C' source code for Tom Hudson's ST Color Pallette that I
- modified so all those with Hippo 'C' could d/l and use. This file must be
- compiled and linked with Habba512.s found elsewhere in the library.To use
- link both files by typing ld -S file1.o file2.o and rename the A.PRG to
- A.TOS to run the demo. Run in low res mode.
-
-
- HABBA5.S
-
- Keywords: ST COLOR PALLETE 68000 ASSEMBLY HABBA C
-
- This is the 68000 assembly source from Tom Hudson's Color Pallete program
- from Jan Analog. I modified the code to allow those with Hippo'C' to
- assemble
- and run. To use first assemble this file and then link to the Habba512.c
- file located in this data library. You must link using the ld -S option and
- rename the .PRG file to a .TOS or the program will not run correctly. Run
- this program in low res mode and see all 512 of your ST's colors!
-
-
- RGDEMO.PRG
-
- Another in the endless series of color and speed demos of the powers of
- the ST.
-
-
- SIEVE.PRG
-
- Keywords: SIEVE OF ERATOSTHENES OSS PERSONAL PASCAL COMPILED GEM
-
- Wanted to try programming using GEM, and so wrote a quick Sieve program
- using the excellent Personal Pascal language from OSS Inc. Uses the ST's
- timer, which only has accuracy to 2 secs, but you can select how many
- iterations you want the program to perform.
-
-
- TITLE.BAS
-
- Keywords: ST-BASIC EXAMPLE OUTPUT RENAME
-
- This quicky example is a subroutine which will allow you to change the name
- of the OUTPUT window. It shows how to use the GEMAES hook into GEM's AES
- routines. Simply set TITLE$ to the new name and GOSUB NEWTITLE.
- [ Russ Wetmore ]ə